home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / QuickTime VR / MacOS / QuickDraw™ 3D 1.0.6F4 SDK / Samples / SampleCode / Tumbler and Podium / Tumbler_teutilities.h < prev    next >
Encoding:
Text File  |  1995-05-31  |  609 b   |  23 lines  |  [TEXT/MPS ]

  1. // Tumbler_teutilities.h
  2. //
  3. // offscreen related function prototypes for the the Tumbler application
  4. //
  5. // Modification History
  6. //
  7. //    11/26/94        nick        added in stuff from symantec proto_helper app, add defines
  8. //                                actually we can propably get rid of this stuff.
  9. //
  10. //    to do:
  11. //             dump obselete stuff
  12.  
  13.  
  14. #ifndef _Tumbler_TEUTILITIES_H_
  15. #define _Tumbler_TEUTILITIES_H_
  16.  
  17. /* Tumbler_teutilities.c */
  18. short TEICut(TEHandle theTE);
  19. short TEIPaste(TEHandle theTE, short *spaceBefore, short *spaceAfter);
  20. short TEIsFrontOfLine(short offset, TEHandle theTE);
  21. short TEGetLine(short offset, TEHandle theTE);
  22.  
  23. #endif